#nt_body {
    background: #f2f2f2 !important;
}

.nav-parent {
    box-shadow: unset;
    border-bottom: 3px solid red;
}

.nav-wrapper-holder {
    position: relative;
    padding: 0px 50px;
}

.nav-wrapper-holder .custom-menu {
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    font-size: 18px;
}

.nav-wrapper-holder .custom-home {
    left: 20px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    font-size: 18px;
}

#nt_menu .me-li {
    font-size: 18px !important;
    font-weight: 600;
}

#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
    background-color: unset !important;
}


.widget-box {
    border: 1px solid #e1e1e1;
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.widget-title {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    padding: 5px 14px 5px 11px;
    background-color: #ffffff;
}

.widget-title b,
.widget-title a {
    font-size: 16px;
    color: #5d5d5d;
}

.widget-title .widget-title-icon {
    color: #9d0b0b;
    position: relative;
    top: -1px;
}

.app-contact-banner img {
    width: 100%;
    cursor: pointer;


}

.app-contact-banner .on {
    display: none;
}

.app-contact-banner:hover .on {
    display: block;
}

.app-contact-banner:hover .off {
    display: none;
}


i.red {
    color: rgb(233, 27, 35);
}

.darkred,
i.darkred {
    color: rgb(170, 60, 63);
}

.crimson,
i.crimson {
    color: rgb(220, 20, 60);
}

.orangered,
i.orangered {
    color: orangered;
}

.orange,
i.orange {
    color: rgb(240, 150, 20);
}

.green,
i.green {
    color: rgb(140, 195, 70);
}

.lightgreen,
i.lightgreen {
    color: rgb(160, 200, 80);
}

.deepblue,
i.deepblue {
    color: rgb(0, 125, 180);
}

.skyblue,
i.skyblue {
    color: rgb(100, 195, 245);
}

.blue,
i.blue {
    color: rgb(52, 152, 219);
}

.navy,
i.navy {
    color: rgb(50, 60, 70);
}

.violet,
i.violet {
    color: rgb(85, 60, 125);
}

.yellow,
i.yellow {
    color: rgb(241, 196, 15);
}

.darkgray,
i.darkgray {
    color: #666;
}

.gray,
i.gray {
    color: #888;
}

.lightgray,
i.lightgray {
    color: #ddd;
}

.white,
i.white {
    color: #fff;
}

.light,
i.light {
    color: #f5f5f5;
}

.black,
i.black {
    color: #333;
}

.color,
i.color {
    color: rgb(233, 27, 35);
}


@media only screen and (max-width: 900px) {
    #nt_menu .me-li {
        font-size: 14px !important;
        font-weight: 600;
    }



    .urlncode-table {
        width: 100% !important;
    }

}